Add missing argument to function call
authorLeo Okawa Ericson <git@relevant-information.com>
Mon, 23 Aug 2021 11:01:01 +0000 (13:01 +0200)
committerLeo Okawa Ericson <git@relevant-information.com>
Mon, 23 Aug 2021 11:04:04 +0000 (13:04 +0200)
which-key.el

index bb007e81eb1d475812e05041b04459dbd6136fb8..470d173862c1b822c529750ee1de3b66114e2f2b 100644 (file)
@@ -1799,7 +1799,7 @@ non-nil, then bindings are collected recursively for all prefixes."
   (let* ((unformatted
           (cond ((keymapp keymap)
                  (which-key--get-keymap-bindings
-                  keymap prefix filter recursive))
+                  keymap nil prefix filter recursive))
                 (keymap
                  (error "%s is not a keymap" keymap))
                 (t